home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / educate / mscodd40.zip / MSCODE.TBL < prev    next >
Text File  |  1996-05-21  |  2KB  |  40 lines

  1.                ************** MORSE CODE TABLE **************
  2.     
  3.     A = ._      N = _.     . = ._._._     0 = _____      CQ = _._.__._
  4.     B = _...    O = ___    , = __..__     1 = .____     SOS = ...___...
  5.     C = _._.    P = .__.   ? = ..__..     2 = ..___      AR = ._._.
  6.     D = _..     Q = __._   = = _..._      3 = ...__      VA = ..._._ 
  7.     E = .       R = ._.    - = _...._     4 = ...._      AS = ._...
  8.     F = .._.    S = ...    ( = _.__._     5 = .....       K = _._
  9.     G = __.     T = _      ) = _.__._     6 = _....       V = ..._
  10.     H = ....    U = .._    : = ___...     7 = __...      BK = _..._._
  11.     I = ..      V = ..._   ; = _._._.     8 = ___..      DX = _.._.._
  12.     J = .___    W = .__    " = ._.._.     9 = ____.      FB = .._._...
  13.     K = _._     X = _.._   ' = .____.                    OM = _____
  14.     L = ._..    Y = _.__   / = _.._.                     SK = ..._._
  15.     M = __      Z = __..   $ = ..._.._    Error = ........
  16.  
  17.      CQ (seek you)       = _._.__._       SOS (distress call) = ...___...
  18.      AR (end of message) = ._._.           SK (end of work)   = ..._._
  19.      KA (attention)      = _._._            V (test)          = ..._
  20.       K (go ahead)       = _._              R (received,ok)   = ._.
  21.      AS (wait)           = ._...
  22.      
  23.      SPACING:
  24.         The letter E (dit) is the basic unit of time in the International
  25.      Morse Code and is one time unit. The letter T (dah) is three times the
  26.      length of the E or (dit). The space between parts of a letter is equal
  27.      to about one time unit. The space between letters equals three time
  28.      elements and the space between words is equivalent to five dits.
  29.  
  30.      Revision 3.2 dated 9/26/95 
  31.      Added a SPACE MULTIPLIER that allows you to increase the space between 
  32.      characters without making the dit and dah longer. The WPM will only be 
  33.      correct when the SPACE MULTIPLIER is set to 3 since the space between 
  34.      characters is supposed to be 3 dits.
  35.  
  36.      You can use a text editor to add your own comments and information
  37.      to this text file "MsCode.tbl".
  38.   
  39.     
  40.